	// Main boss path that calls the other boss paths as subroutines


setAngle 270
setSpeed 0.7
moveTo 0 -40 3 20


	// Repeats from here
setSpeed 0
doRoutine spewFiveYellowInsects
wait 100



setSpeed 0.5
moveTo 50 -25 0.5 20
doRoutine spewCurvyInsects
wait 100


moveTo -50 -25 0.5 20
doRoutine spewCurvyInsects
wait 100

moveTo 0 -40 0.5 20
doRoutine spewFiveYellowInsects
wait 100



doRoutine doBossStrafe


repeat 3

